Get(DicomDataSet,object[]) Method

Summary

Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array.

Syntax
C#
VB
C++
public static void Get( 
   this DicomDataSet ds, 
   object[] instances 
) 
<ExtensionAttribute()> 
Public Overloads Shared Sub Get( _ 
   ByVal ds As DicomDataSet, _ 
   ByVal ParamArray instances() As Object _ 
)  
[ExtensionAttribute()] 
public: 
static void Get(  
   DicomDataSet^ ds, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to read the information from.

instances
The instances to update with DICOM information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly